home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-03 | 471 b | 22 lines | [TEXT/MPS ] |
- #include "Types.r"
- #include "SysTypes.r"
- #include "Components.r"
-
-
- resource 'thng' (128, sysHeap) {
- 'osa ', 'SMPL', 'appl', 0x0000004E, 0x00, /* ComponentDescription */
- 'PROC', 128, /* resource where Component code is found */
- 'STR ', 128, /* name string resource */
- 'STR ', 129, /* info string resource */
- 'ICON', 0 /* icon resource */
- };
-
-
- resource 'STR ' (128) {
- "SampleScript"
- };
-
- resource 'STR ' (129) {
- "Sample OSA Component"
- };
-